home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / NeXTWORLD_DragLab / Text_Console.h < prev    next >
Text File  |  1995-06-12  |  285b  |  12 lines

  1. #import <appkit/Text.h>
  2.  
  3. // Adds a printf method to all Text instances within an application.
  4.  
  5. // Thanks to Sam Streeper for posting the original version of this stuff to
  6. // the world. 
  7.  
  8. @interface Text(Text_Console);
  9. - (int) printf:(const char *) format, ...;
  10. @end
  11. extern id console;
  12.